Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/immich-app/immich-machine-learning (changelog) major v1.144.1 -> v2.2.2
ghcr.io/immich-app/immich-server (changelog) major v1.144.1 -> v2.2.2

Release Notes

immich-app/immich (ghcr.io/immich-app/immich-machine-learning)

v2.2.2

Compare Source

What's Changed

🐛 Bug fixes

Full Changelog: immich-app/immich@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

Full Changelog: immich-app/immich@v2.2.0...v2.2.1

v2.2.0

Compare Source

v2.2.0

The month following our stable release 🎉 has flown by! We are blown away by the support from everyone around this milestone, especially for the Retro DVD 📀! If you want to get one for yourself, you still can, but once this batch is gone, we won’t be making any more, EVER! So get one while you can from immich.store!

image

Highlights

Welcome to version v2.2.0 of Immich. This release comes with the traditional Immich fashion, where the features and enhancements list is longer than the bug fixes list. Let’s dive right into the highlights of this exciting release

  • New mutable Docker tag for v2 versions
  • Optical Character Recognition (OCR)
  • [Web] Wasm implementation for justified layout calculation 🦀
  • [Web] UI improvement for the review duplicates screen
  • [Mobile] Show albums in the asset’s detail sheet
  • [Mobile] Show similar photos
  • [Mobile] Chat-style for activity view
  • [Mobile] High precision seeking for video
  • [Mobile] New UI to present server-client version mismatch
  • Option to create a new user as an admin
  • Notable fix: older iOS devices freeze when spawning background tasks
  • Notable fix: temporary files on iOS are now cleaned up properly
Docker tag for v2 versions

The example.env file has been updated to use IMMICH_VERSION=v2, which is a mutable Docker tag that points to the latest 2.x.x release image.

Optical Character Recognition (OCR)

OCR search has been one of the most requested features on our users' wishlists. Thanks to the fantastic work of @​flipped-1121 and @​mertalev, Immich can now recognize texts in images, adding a powerful capability to its already powerful search features. This will help users find lost family recipes or a crypto wallet’s passphrase more easily.

The OCR pipeline is integrated into the existing machine learning flow. For new uploads, it will run automatically with the existing machine learning flow. For existing setups, you can go to Administration > Job > Click on “All” for OCR job to extract OCR information for your gallery

image

To search for letters in photos, a new radio button has been added to the search type on the web app, and in the dropdown list on the mobile app.

image

OCR currently has official support for English, Chinese (Simplified), Chinese (Traditional) and Japanese text. Languages using Latin script generally work as well, but may have lower accuracy or interpret characters without the diacritics.

[Web] Wasm implementation for justified layout calculation 🦀

This release comes with a blazing-fast re-implementation of the justified layout on the web, which makes calculating the size of the thumbnails in each bucket several times faster, significantly improving the rendering performance for a large bucket, i.e., 10s of thousands of assets in a single month

[Web] UI improvement for the review duplicates screen

To help you decide which asset to keep in a group of duplicates, more information has been added to the info section below each asset, including date/time, location, and the number of albums the asset is in. The info section has been redesigned to make scanning the information faster, with different properties getting highlighted. We will keep improving on this interface to make it more intuitive

image

[Mobile] Show albums in the asset’s detail

You can view and navigate to the albums that the asset belongs to in the info sheet

image

[Mobile] Show similar photos

The popular feature “Show similar photos” has made its way to the mobile app. You can use the button in the detail sheet to find similar images to the one you are viewing.

image

[Mobile] Chat-style for album activity view

The album’s activity view now displays the messages and actions in a chat-style view, making it easier to follow

image

[Mobile] High precision seeking for video

The progress bar of the video player now has higher precision duration handling. This makes seeking much more fluid than before, as well as making position updates in the progress bar smooth, rather than jumping from second to second.

[Mobile] New UI to present server-client version mismatch

As we are now in the stable-era, we want to make the notification of a new version more subtle, less distracting. The update message and icon’s color on the mobile app have been redesigned for that purpose.

When your server version is older than the available one, a message with a clickable link is displayed, directing you to the latest release notes. When your mobile app version is older than the one available on the App Store, a message with a clickable link appears, directing you to the App Store to perform the update.

Server update App update
image image

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store

What's Changed

🔒 Security
🚀 Features
🌟 Enhancements
🐛 Bug fixes
📚 Documentation

New Contributors

Full Changelog: immich-app/immich@v2.1.0...v2.2.0

v2.1.0

Compare Source

v2.1.0

Welcome to release v2.1.0 of Immich!

It’s been about 2 weeks since our stable release 🎉 and the celebratory Retro DVD 📀, which many of you are starting to receive. For those outside the US still waiting for theirs, we're currently awaiting a new batch of DVDs. Hopefully, those start shipping early next week at the latest.

We’d like to take a moment to thank everyone for the support, kind words, and otherwise positive feedback. It’s been great to hear, and it means more to us than you know ♥️.

Highlights

This release contains mostly bug fixes, with a few minor enhancements. Here are some of the highlights:

  • Improved slideshow shuffle order (web)
  • Edit seconds and milliseconds (web)
  • Upload to stack (web)
  • Local album event notifications (web)
  • Notable fix: mobile search page scrolls back to the top

As always, this release also contains the latest translations.

Improved slideshow shuffle order (web)

This release improves on the algorithm used to implement the Shuffle order for the slideshow feature on the web. You should now see a better distribution of photos (fewer repeats).

image
Edit seconds and milliseconds (web)

The change date modal on the web now supports the option to specify seconds and milliseconds.

image
Upload to stack (web)

For stacks, a new menu option has been added: Add upload to stack. This action will open a file picker, allowing you to upload directly to the stack.

image
Local album event notifications (web)

This release adds a new in-app notification type: Shared Album Invitation and Shared Album Update. When you are invited to a shared album, and when a new asset is added to it, all users will receive a notification about the update. You can click on the notification to go directly to the mentioned album.

The foundation for in-app (web) notifications was introduced in #​17701, and we’re still working on expanding it to include more event types, with the hope of eventually incorporating it into the mobile app as a push notification.

image
Notable fix: mobile search page scrolls back to the top

The search page on mobile uses “infinite scroll”, which means new chunks of assets are automatically loaded in as you scroll down the page. However, prior to this release, the scroll position would reset to the top whenever new chunks were added, resulting in a frustrating user experience. This has been fixed, and the scroll position no longer resets.

Support Immich

If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app or our merchandise at https://immich.store

What's Changed
🌟 Enhancements
🐛 Bug fixes
📚 Documentation
🌐 Translations
New Contributors

Full Changelog: immich-app/immich@v2.0.1...v2.1.0

v2.0.1

Compare Source

v2.0.1

It's such a refreshing feeling to write v2 for the app's version 😃. Thank you all for the overwhelming support in celebrating this stable release with us.

This patch release primarily addresses several bugs in the mobile app.

Have a lovely weekend!

What's Changed

🐛 Bug fixes
📚 Documentation
🌐 Translations

New Contributors

Full Changelog: https://github.com/immich-app/immich/compare/v2.0.0...

v2.0.0: - Stable Release

Compare Source

v2.0.0 - Stable Release

Welcome to the release v2.0.0 of Immich. This release marks the first stable version of Immich. You can read our announcement blog post here to learn what stable means for Immich, what you can expect from a stable version, along with our future plans. Of course, it wouldn't be complete without a few surprises.

To update to this version, no special steps are required. Compose pull and compose up, and you are now on v2.0.0. Additionally, there are a few noteworthy items that we have been working on in preparation for the stable release:

  • New homepage
  • New API documentation
  • New community metrics

Stable Release Live Stream and Video

We'll be hosting a Q&A livestream on October 2nd, 2025 at 6 PM UTC. You can submit your questions here and subscribe for notifications when the livestream starts here on YouTube.

New Merch and DVD

To celebrate this release, we want to capture this moment in a nostalgic form, reminiscent of how software was distributed in our childhood - on a CD (or DVD, in this “case”). Introducing Immich Stable in physical form! You can find the link to the disk here

image

The disk comes with a fully bootable Immich instance, featuring a selection of curated photos chosen by the team. You can purchase the disk from our merch store, along with a client or server product key, to support and celebrate this milestone with us.

The merch store is also updated with retro-styled Immich designs, check it out in https://immich.store

image

New homepage

The https://immich.app/ website has been recently updated. It’s been rewritten with our very own UI component library, and includes a blog with a few initial posts, including one about the new mobile sync implementation. Existing documentation has been moved to https://docs.immich.app/.

image

Better API documentation

We’re also happy to announce a new version of our API documentation, which is now live at https://api.immich.app/. The new docs include more information about authentication, authorization & permissions, a command palette for quick navigation (press / or ctrl+k), and a built-in method to view live results.

image

New community metrics

The https://data.immich.app/ website has also been updated to include new community metrics that show member growth on our subreddit and discord server.

image

What's Changed

🐛 Bug fixes

Full Changelog: immich-app/immich@v1.144.1...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from schaermu as a code owner October 2, 2025 00:32
@renovate renovate bot force-pushed the renovate/major-immich branch 7 times, most recently from 70a9aea to 68cedef Compare October 9, 2025 16:50
@renovate renovate bot changed the title chore(deps): update immich to v2 (major) chore(deps): update ghcr.io/immich-app/immich-machine-learning docker tag to v2 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/major-immich branch from 68cedef to b0d4eea Compare October 9, 2025 22:12
@renovate renovate bot changed the title chore(deps): update ghcr.io/immich-app/immich-machine-learning docker tag to v2 chore(deps): update immich to v2 (major) Oct 9, 2025
@renovate renovate bot force-pushed the renovate/major-immich branch 3 times, most recently from 7a84f5f to f7aeefc Compare October 15, 2025 20:31
@renovate renovate bot force-pushed the renovate/major-immich branch 4 times, most recently from 8270f24 to c5d5783 Compare October 23, 2025 18:51
@renovate renovate bot force-pushed the renovate/major-immich branch 10 times, most recently from 13f77b6 to daa4123 Compare October 31, 2025 06:28
@renovate renovate bot force-pushed the renovate/major-immich branch 2 times, most recently from 8d1fe1c to 522b409 Compare October 31, 2025 20:53
@renovate renovate bot force-pushed the renovate/major-immich branch 2 times, most recently from 7067d8d to 50981ab Compare November 3, 2025 18:30
@renovate renovate bot force-pushed the renovate/major-immich branch from 50981ab to 55c1467 Compare November 4, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant